#!/bin/bash
#script is written by Volodymyr P Sergiievskyi in Max Plancj Institute for MAthematics in the Sciences, Leipzig, Germany
$SCHRODINGER/utilities/ffld_server -ipdb $1 -print_parameters | grep "OPLSAA FORCE FIELD TYPE ASSIGNED" -A 100 | tail -n+5 | grep Stretch -B 100 | head -n -4 

